mitulgolakiya / laravel-api-generator

Laravel API/Scaffold/CRUD Generator including Controller, Repository, Model, Migrations, routes.php update.
MIT License
681 stars 144 forks source link

Generator.php file ?? #124

Open Gamezpedia opened 8 years ago

Gamezpedia commented 8 years ago

after running this command :

artisan vendor:publish --provider=\"Mitul\Generator\GeneratorServiceProvider\"

getting :

Nothing to publish for tag [].

Process finished with exit code 0 at 19:34:55. Execution time: 393 ms.

mitulgolakiya commented 8 years ago

which branch/version you are using ? Also which laravel version ? Did you done fresh installation of generator or you have it already ?

Gamezpedia commented 8 years ago

I am using Laravel 5.1 , and i did a fresh installation of the API Generator followed the installation steps . After setting all things i run the command : php artisan vendor:publish --provider="Mitul\Generator\GeneratorServiceProvider" and got that error :)

sameerpanjwani commented 8 years ago

Getting the same error...5.1 and using 1.4