I use this package laravel-installer in my project , i see all laravel installer like same , i cant find how to add my sql file in installer someone can help me how to add my sql file in laravel installer .
Thanks in advance
i see all laravel installer like same , i cant find how to add my sql file in installer someone can help me how to add my sql file in laravel installer .
Thanks in advance
>Solution :
Laravel Web installer checks for the following things and install the application in one go.
- Check For Server Requirements.
- Check For Folders Permissions.
- Ability to set database information.
- Migrate The Database.
- Seed The Tables.
The package you using will Run the migration and call the seeder