atom-laravel icon indicating copy to clipboard operation
atom-laravel copied to clipboard

Results 5 atom-laravel issues
Sort by recently updated
recently updated
newest added

I'm a new user for Atom and have searched for how to install it I think it should be a quick guide to the page

It would be nice if the schema can be added: Schema::create('users', function($t){ $t->increments('id'); $t-> $t->timestamps(); }); Schema::drop('users');

Why isn't there a scope to select your packages' syntax? How can I trigger it?

How would you feel about having all arguments in the snippets? For example, [`array_get()`](http://laravel.com/docs/5.1/helpers#method-array-get) accepts a third argument for a default value if the key doesn't exist. I'd like to...

just added 3 more prefix to speed up coding