Jangga
Junior Member
- Aug 8, 2016
- 196
- 11
LaravelI laid hands on one of my old laravel script and it doesn't contain the db file. I'm wondering if by any chance laravel has a shortcut/easier method to create the tables and column from the script itself...
E.g. In the script I wrote SELECT * FROM users Where name="$name"
Laravel should detect that a table is known as users & a column is known as name.. any command or ideas to help as such? Please man
E.g. In the script I wrote SELECT * FROM users Where name="$name"
Laravel should detect that a table is known as users & a column is known as name.. any command or ideas to help as such? Please man