Contents:
Did you read the documentation?
Is there a cache mechanism?
What could be the reason?
r u using data from config in view page?
Do I need to compile, while working with lavarel?
Did you read the documentation?
Is there a cache mechanism?
What could be the reason?
r u using data from config in view page?
Do I need to compile, while working with lavarel?
SPranish 2019-01-21 07:44:16
From beginning only
StanleyMasinde 2019-01-21 07:44:46
Did you read the documentation?
StanleyMasinde 2019-01-21 07:45:07
Everything is clear bro
SPranish 2019-01-21 07:45:30
I installed laravel but I’m confused in that controller, route
SPranish 2019-01-21 07:45:50
StanleyMasinde 2019-01-21 07:44:46
Did you read the documentation?
Yes I read but not clear
StanleyMasinde 2019-01-21 07:45:52
SPranish 2019-01-21 07:45:30
I installed laravel but I’m confused in that controller, route
Explain
StanleyMasinde 2019-01-21 07:46:27
Ask a specifi question
SPranish 2019-01-21 07:46:28
StanleyMasinde 2019-01-21 07:45:52
Explain
I will send screenshots
StanleyMasinde 2019-01-21 07:46:37
SPranish 2019-01-21 07:46:28
I will send screenshots
Fine
SPranish 2019-01-21 07:46:38
StanleyMasinde 2019-01-21 07:46:27
Ask a specifi question
Ok
Balci_Baba 2019-01-21 10:09:28
Hello friends.
I’m working on a laravel project.
I’m making changes to the code, but the view of the site doesn’t change. It still looks old. Is there a cache mechanism?
I’m working with “php artisan serve”, as well as with “vs code php server plugin”.
The same problem continues.
What could be the reason?
Greetings.
I’m working on a laravel project.
I’m making changes to the code, but the view of the site doesn’t change. It still looks old. Is there a cache mechanism?
I’m working with “php artisan serve”, as well as with “vs code php server plugin”.
The same problem continues.
What could be the reason?
Greetings.
StanleyMasinde 2019-01-21 10:10:17
Clear the browser cache
2019-01-21 10:11:07
Balci_Baba 2019-01-21 10:09:28
Hello friends.
I’m working on a laravel project.
I’m making changes to the code, but the view of the site doesn’t change. It still looks old. Is there a cache mechanism?
I’m working with “php artisan serve”, as well as with “vs code php server plugin”.
The same problem continues.
What could be the reason?
Greetings.
I’m working on a laravel project.
I’m making changes to the code, but the view of the site doesn’t change. It still looks old. Is there a cache mechanism?
I’m working with “php artisan serve”, as well as with “vs code php server plugin”.
The same problem continues.
What could be the reason?
Greetings.
php artisan cach:clear
htoowaikhant 2019-01-21 10:11:20
may be u didn’t save it or due to cache
Balci_Baba 2019-01-21 10:13:39
I clear the browser cache. I even turn the scanner off and on again. There is no change in the situation.
coolguyjs 2019-01-21 10:14:18
Php artisan view:clear
htoowaikhant 2019-01-21 10:16:03
php artisan view:clear
php artisan route:clear
php artisan cache:clear
php artisan route:clear
php artisan cache:clear
Balci_Baba 2019-01-21 10:18:21
“php artisan view: clear”
“php artisan cach: clear”
I tried both. No change.
“php artisan cach: clear”
I tried both. No change.
htoowaikhant 2019-01-21 10:19:45
r u using data from config in view page?
Balci_Baba 2019-01-21 10:22:34
r u?
Balci_Baba 2019-01-21 10:25:26
php artisan route: clear
I applied that. No change.
I applied that. No change.
Balci_Baba 2019-01-21 10:26:26
Do I need to compile, while working with lavarel?
StanleyMasinde 2019-01-21 10:27:40
Balci_Baba 2019-01-21 10:26:26
Do I need to compile, while working with lavarel?
Only when working with JavaScript frameworks
Balci_Baba 2019-01-21 10:31:27
No
Balci_Baba 2019-01-21 10:31:41
Pure php
htoowaikhant 2019-01-21 10:31:42
i think you are wrong directory and make sure plz check ur route file .
Balci_Baba 2019-01-21 10:32:07
<div class=”navbar-collapse collapse”>
<ul class=”navbar-nav ml-auto”>
<li class=”nav-item”><a href=”#” class=”nav-link”><i class=”fa fa-envelope”></i> 0</a></li>
<li class=”nav-item”><a href=”#” class=”nav-link”><i class=”fa fa-bell”></i> 0</a></li>
<li class=”nav-item dropdown”>
<a href=”#” id=”dd_user” class=”nav-link dropdown-toggle” data-toggle=”dropdown”><i class=”fa fa-user”></i> Ali KOCA</a>
<div class=”dropdown-menu dropdown-menu-right” aria-labelledby=”dd_user”>
<a href=”#” class=”dropdown-item”>Profile</a>
<a href=”#” class=”dropdown-item”>Logout</a>
</div>
</li>
</ul>
</div>
<ul class=”navbar-nav ml-auto”>
<li class=”nav-item”><a href=”#” class=”nav-link”><i class=”fa fa-envelope”></i> 0</a></li>
<li class=”nav-item”><a href=”#” class=”nav-link”><i class=”fa fa-bell”></i> 0</a></li>
<li class=”nav-item dropdown”>
<a href=”#” id=”dd_user” class=”nav-link dropdown-toggle” data-toggle=”dropdown”><i class=”fa fa-user”></i> Ali KOCA</a>
<div class=”dropdown-menu dropdown-menu-right” aria-labelledby=”dd_user”>
<a href=”#” class=”dropdown-item”>Profile</a>
<a href=”#” class=”dropdown-item”>Logout</a>
</div>
</li>
</ul>
</div>
Balci_Baba 2019-01-21 10:32:29

AsG kişisinden fotoğraf
Balci_Baba 2019-01-21 10:33:51
Both look different when they should be 0.
htoowaikhant 2019-01-21 10:35:02
please remove all of code from this file and run again
htoowaikhant 2019-01-21 10:35:12
just a moment
htoowaikhant 2019-01-21 10:36:26
if still appear UI like attach, sure you are wrong directory.
Balci_Baba 2019-01-21 10:50:15
https://github.com/AliKOCA/laravel-admin
AliKOCA/laravel-admin – GitHub
Admin Page With Laravel. Contribute to AliKOCA/laravel-admin development by creating an account on GitHub.
Admin Page With Laravel. Contribute to AliKOCA/laravel-admin development by creating an account on GitHub.
Balci_Baba 2019-01-21 10:52:35
http://127.0.0.1:8000/admin/
The admin page is running. He’s not up to date either.
http://127.0.0.1:8000/admin/users does not work at all. Gets a 404 error.
The admin page is running. He’s not up to date either.
http://127.0.0.1:8000/admin/users does not work at all. Gets a 404 error.
StanleyMasinde 2019-01-21 10:54:41
Balci_Baba 2019-01-21 10:50:15
https://github.com/AliKOCA/laravel-admin
I think you need to raise those issues on this repository
Balci_Baba 2019-01-21 10:56:31
Yes, you are right. It’s like the “routes” aren’t smooth.
Balci_Baba 2019-01-21 10:58:39
I just opened the repository.
StanleyMasinde 2019-01-21 11:00:33
Balci_Baba 2019-01-21 10:58:39
I just opened the repository.
Okay bro I’ll clone and check it out
Balci_Baba 2019-01-21 11:03:15
I thank all friends for your interest and concern.
StanleyMasinde 2019-01-21 11:03:36
That’s what this group is for bro
Harrisdtt 2019-01-21 11:04:42
dear all, I need admin pannel with laravel, which opensource do you recommand.
Balci_Baba 2019-01-21 11:08:10
StanleyMasinde 2019-01-21 11:03:36
That’s what this group is for bro
🙂
htoowaikhant 2019-01-21 11:08:36
Balci_Baba 2019-01-21 10:32:29
AsG kişisinden fotoğraf
this UI is coming from public/admin/index.html
Balci_Baba 2019-01-21 11:12:12
htoowaikhant 2019-01-21 11:08:36
this UI is coming from public/admin/index.html
Yes. I made a very serious mistake.
htoowaikhant 2019-01-21 11:12:16
here is you wanted UI
htoowaikhant 2019-01-21 11:12:16

htoowaikhant 2019-01-21 11:12:38
u can just change route name in web.php
Balci_Baba 2019-01-21 11:13:36
I deleted the Index.html file. But this time the http://127.0.0.1:8000/admin page is not displayed. “The requested resource / admin.” Gives a fault.
2019-01-21 11:14:42
Exception message: Call to a member function prepare() on null (View: /var/www/html/***/vendor/laravel/framework/src/Illuminate/Pagination/resources/views/bootstrap-4.blade.php) how to fix
htoowaikhant 2019-01-21 11:15:09
Route::get(‘/{RouteName}’, ‘HomeController@admin’)->name(‘admin’);