Laravel-Database
Laravel-Database copied to clipboard
Laravel database for your non laravel projects. Built on top of illuminate/database to provide migration, seeding and artisan support
Today I tried to update one of my old PHP projects and wanted to have Laravel's Eloquent (and other gimmicks) without entire Laravel, so I used your project. But I...
Laravel v8 changed location of seeder files and their namespace. As a result `db:seed` command errors out trying to run seeders created by `make:seed` command.
Not everyone is starting from scratch so it would be nice to have details for an existing project.
Hi, can anyone please help me to integrate laravel blade and session into this