I try Route::get('article/edit/{alias?}'.$suffix, ['uses' => 'ArticleController@getEdit', 'as' =&...
I have a view named article_new. I change html code inside, but no effect changed. I try to change n...
Here is my code in config.php: $path = '/laravel/'; require _DIR_.'/../../../../bootstrap/autoload.p...
Hi, I have a file below: namespace App\Facades; use Illuminate\Support\Facades\Facade; class Data{...
The Laravel portal for problem solving, knowledge sharing and community building.
The community