Re: GoldFish CMS [1.0.0 STABLE][Arcturus Morningstar]
If you have in mind creating a new CMS project built in top of Laravel, please, read and apply https://www.laravelbestpractices.com
Re: GoldFish CMS [1.0.0 STABLE][Arcturus Morningstar]
Quote:
Originally Posted by
rrodo
I mean that xampp does not work to use it?
.htaccess?
Re: GoldFish CMS [1.0.0 STABLE][Arcturus Morningstar]
Quote:
Originally Posted by
Laynester
if running locally, just use the php artisan serve command.
Sent from my iPhone using Tapatalk
You could say the route for xampp, step by step, I'm new to this.
Re: GoldFish CMS [1.0.0 STABLE][Arcturus Morningstar]
Quote:
Originally Posted by
kijote
You could say the route for xampp, step by step, I'm new to this.
I think there is a xampp guide on the Github INSTALLATION.md file
edit: nope nvm.
Re: GoldFish CMS [1.0.0 STABLE][Arcturus Morningstar]
Quote:
Originally Posted by
Chromium9
I think there is a xampp guide on the Github INSTALLATION.md file
edit: nope nvm.
That said file you mention is not found on the page, since you say how it is installed in the xmapp and I would like to know how this is installed in the xmapp. If you can help me, I will be grateful.
Re: GoldFish CMS [1.0.0 STABLE][Arcturus Morningstar]
Are you planning on keeping this project up-to-date?
Laravel 6.0 just got released a week ago, and there shouldn't really be any problems updating.
(You'll have to manually import bootstrap though.)
Re: GoldFish CMS [1.0.0 STABLE][Arcturus Morningstar]
Amazing release.
Could you provide a captcha validation?
Re: GoldFish CMS [1.0.0 STABLE][Arcturus Morningstar]
On the base.blade
From : <form method="POST" id="loginForm" ">
to : <form method="POST" id="loginForm" action="{{route('login')}}">
This will fix the error at the loginscreen:
Code:
{
throw new MethodNotAllowedHttpException(
$others,
sprintf(
'The %s method is not supported for this route. Supported methods: %s.',
$method,
implode(', ', $others)
)
);
}
Thanks to Aussie.
Please note that the only problem with this that the maintenance setting doesn't work anymore.