This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Hi guys! Aftet OctoberCMS was updated to Laravel 5, I got into trouble with some basic functionality.
I hadsome functionality implemented in older version but it doesn't work in newer.
1) I implemented some additional artisan commands for OctoberCMS, and put it in app/commands folder. Where to put them in newest version?
2) I have my custom environment detection in file bootstrap/start.php. Where should I put it now?
3) I have my custom langs files, app/langs. Where to put them now?
Thank you in advance for any help.
Kind regards, Andriy Tkachiv
Last updated
OctoberCMS uses a BYO (Bring Your Own) App folder approach. You will notice in Laravel 5 the console commands are kept in /app folder and you are welcome to clone this directory in your application. You will need to direct the bootstrap/app.php file to your new Kernel classes and ensure that you Kernel classes inherit October\Rain (the ones you replaced in bootstrap/app.php).
Regarding point (3) the language files are stored in /lang directory now.
Last updated
1-3 of 3