Can I use Laravel without CLI? -
i have shared hosting i'd develop couple of projects learn better laravel. started few days ago go deeper mvc pattern , installed laravel 5.4 on domain of shared hosting provides installer.
since it's php, guess answer question should be: "yes, can stuff manually instead of having automatically done artisans
commands"; i'd know if it's true or if stuck @ point of project.
today, example, wanted learn laravel's authentication , saw laravel's default user migration file. said, don't have ssh access on hosting , can't use artisans
commands wanted create table manually doubt was: real parameters of each columns? problem particularly regarded remembertoken()
function. after research found function in blueprint $this->string('remember_token', 100)->nullable();
, suppose it's varchar(100)
.
to sum up, can approach work small project or having gun @ head ready shot when less expect it?
this question comes newbie in lavarel , in general in frameworks, can appear stupid more experts since didn't find answer similar question decided ask it.
thanks
p.s.: tried install homestead have local environment , successively upload files server, on windows installation quite pain; got stuck @ $ homestead up
call returns me bash: homestead: command not found
. since i'm not familiar cli, thought learn laravel first , go deep cli use power, of course if laravel's usage without cli possible.
the question has been marked possible duplicated of: can install laravel without using composer? i'm asking if can use laravel without cli, not if can install laravel without composer (since, mentioned, laravel installed , working on shared hosting).
sure can use , maintain laravel project without artisan command , composer you'll realize you're spending time on stuff take few seconds these tools.
Comments
Post a Comment