97049/how-to-create-migration-from-existing-database-in-laravel
Hello @kartik,
Laravel migration generator for your existing SQL table schema without installing any package. Just enter your SQL schema and get Laravel migration file.
Hello @kartik, Don't put the DB::insert() inside of ...READ MORE
Hello @kartik, There are date helpers available in ...READ MORE
Hello, You have to use the package dotenv. Then ...READ MORE
Hello @kartik, Use this command: php artisan migrate --path=/database/migrations/my_migration.php And ...READ MORE
Hey @kartik, First you have to go to ...READ MORE
Named route is used to give specific ...READ MORE
Hello, This is simple you just need to ...READ MORE
Hey @kartik, Named routing is another amazing feature of ...READ MORE
Hii, Migrations are like version control for your database, ...READ MORE
You need do little modification in your ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.